home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrser2.inf < prev    next >
Encoding:
INI File  |  2006-02-01  |  4.4 KB  |  149 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrser2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson Port (WDM)
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrmdm.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"zebrmdm.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. zebrmdm.sys = 1
  37. zebrcmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %SEMC%=SEMC
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [SEMC]
  56. %SerialA1%=SEMC.Install,USB\VID_0FCE&PID_D030&MI_05&OS_NT
  57. %SerialB1%=SEMC.Install,USB\VID_0FCE&PID_D030&MI_07&OS_NT
  58.  
  59.  
  60. ;-----------------------------------------------------------------------------
  61. ; Installation instructions
  62. ;-----------------------------------------------------------------------------
  63.  
  64. [SEMC.Install.nt]
  65. AddReg = SEMC.AddReg, SEMC.NT.AddReg
  66. CopyFiles = CopyFiles, CopyFiles.Win2K
  67.  
  68.  
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ;  Registry
  72. ;-----------------------------------------------------------------------------
  73.  
  74. ; common registry entries 
  75. [SEMC.AddReg]
  76. HKR,,NTMPDriver,,zebrmdm.sys
  77. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  78. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  79. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  80.  
  81. ; only for NT...
  82. [SEMC.NT.AddReg]
  83. HKR,,PortSubClass,1,01
  84. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;  Copy lists
  88. ;-----------------------------------------------------------------------------
  89. [CopyFiles]
  90.  
  91. [CopyFiles.Win2K]
  92. zebrmdm.sys
  93. zebrcm.sys,zebrcmnt.sys
  94. zebrcmnt.sys
  95.  
  96.  
  97. ;-----------------------------------------------------------------------------
  98. ;  NT Services installation
  99. ;-----------------------------------------------------------------------------
  100.  
  101. [SEMC.Install.NT.Services]
  102. AddService = zebrmdm, 0x00000002, SEMC.Install.AddService
  103.  
  104.  
  105. [SEMC.Install.AddService]
  106. DisplayName    = %SEMC.Service.Name%
  107. Description    = %SEMC.Service.Desc%
  108. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  109. StartType    = 3            ;%SERVICE_DEMAND_START%
  110. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  111. ServiceBinary    = %12%\zebrmdm.sys
  112.  
  113.  
  114.  
  115. ;-----------------------------------------------------------------------------
  116. ; STRINGS
  117. ;-----------------------------------------------------------------------------
  118. [Strings]
  119.  
  120. ;<<localize the following>>
  121.  
  122. ;BEGIN ENG - US English Strings
  123.  
  124. Provider = "Sony Ericsson Mobile Communications AB"
  125. SEMC = "Sony Ericsson Mobile Communications AB"
  126. DiskString = "Sony Ericsson Port Installation Disk"
  127.  
  128. SEMC.Service.Name = "Sony Ericsson Port (WDM)"
  129. SEMC.Service.Desc = "Sony Ericsson Port (WDM)"
  130.  
  131.  
  132. SerialA1 = "Sony Ericsson Application Port"
  133. SerialB1 = "Sony Ericsson Debug Port"
  134.  
  135. CustomerDataPath = "Sony Ericsson"
  136. DriverSet = "Sony Ericsson Software"
  137. UninstallFile = "ZEBRUninstall.exe"
  138.  
  139. McciOptions = "Uninstallable"
  140.  
  141. ;END ENG - US English Strings
  142.  
  143. ;-----------------------------------------------------------------------------
  144. ; The following are symbolic constants which don't change per locale.
  145. ;-----------------------------------------------------------------------------
  146.  
  147.  
  148. ;*** end of file ***
  149.